home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1208 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.6 KB

  1. Date: Fri, 18 Mar 1994 15:37:34 +0100
  2. To: mint@terminator.rs.itd.umich.edu
  3. From: sms@sys.uea.ac.uk (Steve Sowerby)
  4. Subject: Re: fs information
  5.  
  6. >Problem: for a library, I need a way to inquire the block device associated
  7. >with a certain filesystem. Example: input: u:\cdrom, output: u:\dev\scd5.
  8. >This is needed so that an application can have the user select a folder
  9. >and then access the (block device) audio commands of the associated
  10. >CD ROM drive.
  11. >
  12. >One solution would be to have a Dcntl opcode which returns just that.
  13. >In addition, it could/should return information similar to getmntent()
  14. >in SunOS (file system type and so on...). Besides, there should really
  15. >be a better way to get a list of mounted filesystems than reading the
  16. >entries from U:`s root.
  17. >
  18. I absolutely agree with this.  I'm currently writing a replacement desktop
  19. where U: is the desktop and at the moment things are just a bit messy for
  20. my liking.  I currently treat all folders in U: that aren't symlinks as
  21. drives and get the device number from an Fxattr call for future reference.
  22.  
  23. A clean way to get all 'real' filesystems (i.e. not psuedodrives) giving
  24. their device number, file system type and their root path would be great.
  25.  
  26. Here's hoping...
  27.  
  28.  
  29. Steve.
  30.  
  31.  
  32.  
  33.  
  34. ===================================================================
  35. Steve Sowerby, Ph.D. Student, Computational Geometry Project,
  36. School of Information Systems, University of East Anglia, Norwich.
  37. EMAIL : sms@sys.uea.ac.uk
  38. POST:Steve Sowerby, P/G Student, SYS, UEA, Norwich NR4 7TJ, England
  39. ===================================================================
  40.  
  41.  
  42.